Use FFI with RPC! The ABI is stable, any serializable type can be safely transferred through the FFI boundary.
Please refer to our crate.io and Github for more documents.
pub use abi_stable;
pub use async_ffi;
pub use async_trait;
pub use bincode;
pub use ffi_rpc_macro;